From: Eli Zaretskii Date: Thu, 3 May 2001 07:58:04 +0000 (+0000) Subject: (Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40489 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d0878123d9f283817d68bf0e19210decb607b0c3;p=emacs.git (Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC. --- diff --git a/man/dired.texi b/man/dired.texi index 761c52215fd..8bb014a59b9 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -786,7 +786,10 @@ regular expression specified in any @kbd{%} command as a default. Compare the current file (the file at point) with another file (the file at the mark) using the @code{diff} program (@code{dired-diff}). The file at the mark is the first argument of @code{diff}, and the file at -point is the second argument. +point is the second argument. Use @kbd{C-@key{SPC}} +(@code{set-mark-command}) to set the mark at the first file's line +(@pxref{Setting Mark}), since @code{dired-diff} ignores the files marked +with the Dired's @kbd{m} command. @findex dired-backup-diff @kindex M-= @r{(Dired)}